home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / evd41.zip / EVD_UTIL.ZIP / INSTAREG < prev    next >
Text File  |  1992-01-19  |  511b  |  29 lines

  1. ECHO OFF
  2. REM Example batch file to use with INSTAREG v2.95 and above
  3. :START
  4. c:
  5. cd\pcb\doors\instareg
  6. instareg instareg.CNF c:\pcb
  7. if errorlevel 60 goto BBS
  8. if errorlevel 50 goto SYSOP
  9. if errorlevel 40 goto GENERAL
  10. if errorlevel 10 goto START
  11.  
  12. :SYSOP
  13. c:
  14. cd\pcb\doors\evdoor3
  15. evdoor c:\pcb\pcboard.sys c:\pcb\main\users sysop.dat
  16. goto BBS
  17.  
  18. :GENERAL
  19. c:
  20. cd\pcb\doors\everify
  21. evdoor c:\pcb\pcboard.sys c:\pcb\main\users general.dat
  22. goto BBS
  23.  
  24. :BBS
  25. c:
  26. cd\pcb
  27. if exist event.bat event
  28. board
  29.